libxc: remove obsolete comment.
authorIan Campbell <ian.campbell@citrix.com>
Sat, 16 Jul 2011 08:18:45 +0000 (09:18 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Sat, 16 Jul 2011 08:18:45 +0000 (09:18 +0100)
Seems to predate Xen 3.0...

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxc/xenctrl.h

index 5d12503aee8784d6215028fa383551df93f34857..1b82ee0818c7e03597032d7b427fb444a9f2945a 100644 (file)
@@ -1132,10 +1132,6 @@ int xc_lockprof_query(xc_interface *xch,
  * should be unmapped with munmap and should follow the same rules as mmap
  * regarding page alignment.  Returns NULL on failure.
  *
- * In Linux, the ring queue for the control channel is accessible by mapping
- * the shared_info_frame (from xc_domain_getinfo()) + 2048.  The structure
- * stored there is of type control_if_t.
- *
  * @parm xch a handle on an open hypervisor interface
  * @parm dom the domain to map memory from
  * @parm size the amount of memory to map (in multiples of page size)